home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / lib / imake / RCS / Mips.cf,v < prev    next >
Encoding:
Text File  |  1992-08-20  |  2.8 KB  |  111 lines

  1. head     1.2;
  2. branch   ;
  3. access   ;
  4. symbols  ;
  5. locks    ; strict;
  6. comment  @@;
  7.  
  8.  
  9. 1.2
  10. date     92.08.20.16.58.29;  author rab;  state Exp;
  11. branches ;
  12. next     1.1;
  13.  
  14. 1.1
  15. date     91.10.22.13.47.29;  author rab;  state Exp;
  16. branches ;
  17. next     ;
  18.  
  19.  
  20. desc
  21. @@
  22.  
  23.  
  24. 1.2
  25. log
  26. @checking in for rab -- jhh
  27. @
  28. text
  29. @/*
  30.  * Set version numbers before making makefiles.
  31.  * 
  32.  * X11r5 only builds using the berkeley libraries and compiler.  Make
  33.  * sure your path includes /bsd43/bin before /bin/ or /usr/bin.
  34.  */
  35.  
  36. #define OSName            RISCOS
  37. #define OSMajorVersion    4
  38. #define OSMinorVersion    50
  39.  
  40. /**/# platform:  $XConsortium: Mips.cf,v 1.10 91/07/30 20:47:59 rws Exp $
  41. /**/# operating system:  OSName
  42.  
  43. /*****************************************************************************
  44.  *              Platform-specific parameters                       *
  45.  *****************************************************************************/
  46.  
  47. #define HasVoidSignalReturn        NO
  48. #define SetTtyGroup            YES
  49. #define UnalignedReferencesAllowed    NO     /* if arbitrary deref is okay */
  50. #define HasBsearch            NO
  51.  
  52. #define MipsArchitecture
  53. #define MakeEnv -e
  54.  
  55. #define DefaultCCOptions -signed -systype bsd43 -Olimit 2000 -Wf,-XNd8400,-XNp12000
  56. #define StandardDefines -DMips -DBSD43
  57. #define ExtraLibraries -lmld
  58. #define ArCmd ar clr
  59. #define BootstrapCFlags -DMips
  60. #define InstallCmd $(ETCDIR)/mipsinstall
  61. #define MakeCmd make MakeEnv
  62. #define DoRanlibCmd 0
  63. #define AllocateLocalDefines -DINCLUDE_ALLOCA_H
  64.  
  65. /*****************************************************************************
  66.  *                                                                           *
  67.  *            DEFINE PARAMETERS FOR BUILDING                       *
  68.  *                                                                           *
  69.  *****************************************************************************/
  70.  
  71. #define XmipsServer    YES
  72.  
  73. /*****************************************************************************
  74.  *                                                                           *
  75.  *          OVERRIDE ANY CONFIGURATION PARAMETERS FROM Imake.tmpl          *
  76.  *                                                                           *
  77.  *****************************************************************************/
  78.  
  79. #define SpecialMalloc        NO
  80. #define HasSockets        YES
  81.  
  82. #define PrimaryScreenResolution    110
  83.  
  84. #define ConstructMFLAGS    NO        /* build MFLAGS from MAKEFLAGS */
  85.  
  86. #define DefaultUserPath /usr/net:/bin:/usr/bin:$(BINPATH):/usr/ucb
  87. #define DefaultSystemPath /usr/net:/bin:/usr/bin:/etc:$(BINPATH):/usr/ucb
  88.  
  89. /* mips manuals are really complicated.  This certainly won't work. */
  90.  
  91. #define ManDirectoryRoot /man/cat
  92. #define ManSourcePath $(MANPATH)/man
  93.  
  94. #define InstKmemFlags -g sys -m 2755
  95.  
  96. #ifdef sprite
  97. #undef DefaultCCOptions
  98. #define DefaultCCOptions  -Dsprite
  99. #endif
  100.  
  101. @
  102.  
  103.  
  104. 1.1
  105. log
  106. @Initial revision
  107. @
  108. text
  109. @d67 6
  110. @
  111.